﻿/*
HouseHut
Expertly coded by: Steven Glenn Shenton
Exquisitely designed by: Spencer Davies
Date Created: 14th January 2009

Last Updated: #
Changes Made: #
*/

/*

Stats:

Width: 798px (854 Pixels with padding-left of 31 and padding-right of 25)

Image Borders: 	1px solid #c9c9c9;
*/



/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* Styles */

*, body, .col1, .col2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	line-height: 17px;
}

body{
	background-color: #fff;
	color: #666666;
}

a{
	color: #666666;
}

#moreDetails{
	color: #00F;
}

/*
Page Wrappers
*/

#contactMeContainer, #registerContainer, #loginContainer, #searchContainer, #propertyDetailsContainer, #requestViewingContainer, #shortListContainer, #emailFriendContainer{
	width: 740px;
}

#propListContainer{
	width: 740px;
}


#mainToolBar, #propDetToolBarCont1, #maintoolbarBtm, #propFavToolBar, #propFavToolBar{
	font-weight: bold;
	float: left;
	background-color: #3c3c3c;
	color: #898989;
	width: 720px;
	padding: 10px;
}

#mainToolBar a, #propListToolBarCont a, #propDetToolBarCont1 a, #maintoolbarBtm a, #propFavToolBar a, #propFavToolBar a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}


#propListToolBarCont, #propDetToolBarCont1, #mainToolBar, #maintoolbarBtm, #propFavToolBar{
	margin: 10px 0 15px 0;
}

#propListToolBarCont div, #propDetToolBarCont1 div, #mainToolBar div, #maintoolbarBtm div, #propFavToolBar div{
	display: inline;
	margin-right: 10px;
}

#propListToolBarCont{
	font-weight: bold;
	float: left;
	background-color: #3c3c3c;
	color: #fff;
	width: 260px;
	padding: 10px;
}
#propListToolBarCont a{
	color: #fff;
}
#propListToolBarCont a:hover{
	color: #ff576b;
}

#propDetToolBarCont1, #mainToolBar, #propFavToolBar{
	border: 1px dotted #c2c2c2;
}

.propDetBackToProp{
	padding-right: 300px;
}

#propListPrevNextCont{
	display: inline;
	float: left;
	margin: 10px 0 15px 0;
	font-weight: bold;
	width: 460px;
	background-color: #3c3c3c;
	color: #fff;
}
#propListPrevNextCont a{
	color: #fff;
}
#propListPrevNextCont a:hover{
	color: #ff576b;
}

/* This is the colour of the links in the prev, next and page numbers, the margin-left gets some seperation in there */
#propListPrevNextCont a{
	color: #fff;
	margin-left: 5px;
}
#propListPrevNextCont a: hover{
	color: #ff576b;
	margin-left: 5px;
}
/* The currently selected page number doesnt have a class or ID, but its the only U in the DIV, so happy days */
#propListPrevNextCont u{
	margin-left: 5px;
	font-weight: bold;
	color: #cccccc;
}

td.col2{
	margin-left: 10px;
}

ul#propListPropertyList {
	clear: both;
}

#propFavBody #propListPropertyList{
	width: 700px;
}

li.propListItemCont{
	width: 600px;
}

/* Listing Specific */

#propListContainer .pagingLinks{
	display: inline;
	float: right;
	margin: 10px 0 10px 0;
	font-weight: bold;
}

#propListContainer .pagingLinks td{
	padding: 0 12px 0 0;
}

#propListPropertyList li {
	width: 730px;
	padding: 10px 0 10px 10px;
	clear: both;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	border: 1px dotted #c2c2c2;
}

.propListItemTemplateAdvertHeader{
	float:left;
	font-size: 15px;
	font-weight: bold;
	margin: 0 40px 10px 0;
}

.propListItemTemplateAddress a{
	float:left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-decoration: none;
	width: 450px;
}

.propListItemTemplatePriceText {
	font-size: 15px;
	font-weight: bold;
	margin: 0 10px 0 0;
	float: right;
	clear: right;
}

.propListItemTemplateDescription {
	float:left;
	width: 500px;
	margin: 0 0 10px 0;
}

.propListItemTemplatePropImage{
	float: left;
	height: 100%;
}


.propListItemTemplatePriority {
	float:left;
	text-align: left;
	font-weight: bold;
	color: #ff6377;
	margin: 0 0px 0 0;
	width: 500px;
	background-color:#e3e3e3;
	padding: 5px;
}


.propListItemTemplateBranch{
	float:left;
	text-align: right;
	font-style:italic;
	font-size: 10px;
	margin: 10px 40px 0 0;
}


.propListItemTemplateReference {
	float:right;
	text-align: right;
	font-style:italic;
	font-size: 10px;
	margin: 10px 20px 0 0;
	width: 100px;
}


#propListContainer img{
	vertical-align: bottom;
	width: 200px;
	margin-right: 10px;
}

.removeProp {
	height: 100%;
	width: 10px;
	float:left;
}

.propListItemTemplateEmptyDiv{
	clear: both;
}

/* Registration page Specific */

#registerCol1 #table1, #registerCol2 #table2{
	width: 700px;
}

#registerCol1 .col1, #registerCol2 .col1{
	width: 200px;
}

#registerCol1 .col2, #registerCol2 .col2{
	width: 500px;
}

#registerCol1 tr, #registerCol2 tr{
	height: 30px;
}

#divRegPages h4{
	float:left;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#registercontainer #lblPasswordMsg{
	display: block;
	padding: 5px;
	margin: 10px 0 10px 0;
}

#divRegPages{
	width: 700px;
	clear: both;
}

.titlebox{
	width: 700px;
}

#TxtNotes{
	width: 700px;
}


/* Property Search Specific */

#searchContainer .scrolling {
	clear: both;
}

#searchContainer .scrolling #titlebox h4{
	font-weight: bold;
	margin-bottom: 10px;
}

#buttonContBtm{
	display: none;
}

#searchContainer #formTable{
	width: 300px;
	margin-right: 20px;
	float: left;
}

#searchContainer fieldset#basicSearch{
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}

#searchContainer fieldset#advancedSearch{
	width: 300px;
	margin: 0 0 0 30px;
	float: left;
}

#searchContainer #leftPane {
	width: 300px;
	float: left;
}


#searchContainer fieldset#buttons{
	clear: both;
}

#searchContainer fieldset#highLowDD input#rdoSort_1 label{
	float: left;
	width: 100px;
}

#searchContainer fieldset#basicSearch label.searchLabel{
	float: left;
	margin: 10px 0 10px 0;
}

#searchContainer fieldset#basicSearch select, 
#searchContainer fieldset#basicSearch input{
	width: 300px;
	float: left;
}

#searchContainer fieldset#highLowDD input#rdoSort_0{
	width: 20px;
	float: left;
	margin: 0 10px 0;
}

#searchContainer fieldset#highLowDD#rdoSort_1{
	width: 20px;
	float: left;
}

#searchContainer #priceOrder{
	display: inline;
}
#searchContainer fieldset#highLowDD {
	width: 300px;
	float: left;
	margin: 10px 0 10px 0;
	}
#searchContainer fieldset#basicSearch .currencyLabel, #searchContainer fieldset#basicSearch .currencyDropdown{
	display: none;
}

#searchContainer fieldset#basicSearch legend, #searchContainer fieldset#advancedSearch legend{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#searchContainer #treenavTable{
	width: 300px;
	float: left;
}

#searchContainer #formTable .col1{
	width: 200px;
	height: 30px;
}

#searchContainer #titlebox h4{
	margin: 0 0 10px 0;
}

#searchContainer .Scrolling h4{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#searchContainer #mainToolBar{
	clear: both;
}

#searchContainer #titlebox{
	width: 700px;
	clear: both;
}

.explRow{
	font-style: italic;
	height: 100px;
}


/* Request a Viewing Specific */

#requestViewingContainer #PnlRequest{
	display: none;
}

#PnlCustDetailsForm h4{
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#PnlCustDetailsForm{
	width: 700px;
}

#PnlCustDetailsForm table{
	clear: both;
}

#pnlRequestBottom .LeftEnd{
	width: 0px;
	font-size: 1px;
}

#pnlRequestBottom  #TABLE1{
	height: 30px;
}

#PnlCustDetailsForm #addressTable, #PnlCustDetailsForm #telTable{
	padding: 10px;
	width: 600px;
}

#PnlCustDetailsForm #addressTable .col1, #PnlCustDetailsForm #telTable .col1{
	width: 200px;
	height: 30px;
}

#PnlCustDetailsForm #addressTable .col2, #PnlCustDetailsForm #telTable .col2{
	width: 400px;
	height: 30px;
}

/* Login Specific */

#loginContainer #mainToolBar div#prevCont {
	float: left;
	margin-right: 10px;
}

#loginContainer #mainToolBar div#registerCont {
	float: left;
}

#loginContainer #mainToolBar div#forgotPassCont {
	float: right;
}

#loginContainer table{
	clear: both;
}

#loginContainer .titleRow{
	font-weight: bold;
}

#loginContainer .footnoteTxt{
	font-style: italic;
}

#loginContainer#loginContent{
	padding: 10px;
	width: 700px;
}

#loginContainer #loginContent .col1{
	width: 200px;
	height: 30px;
}

#loginContainer #loginContent .col2{
	width: 500px;
	height: 30px;
}

#loginContainer span.loginError{
	font-weight: bold;
	color: #000;
	padding: 5px;
	margin: 10px 0 10px 0;
}

/* Bit of space between "Remember Me" and the tick box */
#loginContainer .formels label{
	margin: 0 0 0 5px;
}

/* Ccenters the "Email not Required", etc. text */
#ValidationSummary1_VS{
	text-align: center;
}

/*
Shortlist/Favourite Specific
*/

/* The main image, they are brought through pretty low res sometimes so need to be careful dont force them too big */
.propFavBody  .propListItemTemplatePropImage img{
	width: 150px;
	margin: 0 10px 0 0;
}

/* If the descriptions are too long this makes sure it all looks normal */
.propFavBody  .propListItemTemplatePriority{
	float: right;
}

/* Not sure what this is? */
#shortListContainer #noProp{
	clear: both;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

/*
Property Details
*/

#propertyDetailsContainer #propDetAddressPriceCont1{
	padding-bottom: 10px;
	border-bottom: 1px solid #8c8c8c;
	width: 740px;
}

#propDetMainImgCont1{
	float: left;
	width: 410px;
	margin: 10px 0 10px 0;
}

#propDetMainImgCont1 img{
	width: 410px;
	height: 325px;
	border: 1px solid #c9c9c9;
}

#propDetThumbnailCont1{
	float: left;
	width: 420px;
	clear: both;
	padding: 0px 0 5px 0px;
	background-color: #fff;
	border-top: 0px solid #c9c9c9;
	border-bottom: 0px solid #c9c9c9;
	margin-top: -5px;
	margin-left: -5px;
}

/*#propDetThumbnailCont1 #tn1{
	display: none;
}*/

#propDetThumbnailCont1 img{
	width: 130px;
	height: 105px;
	margin: 5px;
}

#propDetPropRefCont1{
	width: 288px;
	background-color: #ff6377;
	padding: 15px;
	margin: 10px 0 0 10px;
	float: right;
	font-weight: bold;
}

#propDetFavouriteCont1{
	clear: right;
	float:right;
	width: 295px;
	padding: 10px;
	margin: 10px 0 10px 0;
	text-align: center;
	text-transform: capitalize;
	border: 1px solid #c9c9c9;
	background-color: #e6e6e6;
}

#propDetPropRefCont1 #propReference{
	display: none;
}

#propDetPropRefCont1 span{
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	clear: both;
	width: 285px;
}

#propDetIconsCont1{
	width: 285px;
	height: 220px;
	margin: 10px 0 10px 10px;
	float: right;
	border: 1px solid #c9c9c9;
	background-color: #e6e6e6;
	padding: 15px;
	clear: right;
}
#propDetIconsCont1 li{
	width: 288px;
	float: left;
}

#propDetIconsCont1 a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#propDetIconsCont1 span{
	margin: 0 0 0 10px;
	position: relative;
	top: -10px;
}

#propDetStarItemsCont1{
	display: none;
	/*width:290px;
	height: 100px;
	margin: 0 0 0 10px;
	background-color: #e6e6e6;*/
}

#propDetStarItemsCont1 li{
	display: none;
	/*float: left;
	width: 290px;
	margin: 0px 0px 0px 10px;*/
}

#propDetRoomDetCont1{
	width: 685px;
	margin: 20px 0 0 0;
	float: left;
}

#propDetRoomDetCont1 .roomDimensions{
	margin: 0 0 0 5px;
	font-style: italic;
}

#propDetShortDescCont1{
	width: 285px;
	margin: 0px 0 0 5px;
	float: right;
	padding: 15px;
	border: solid 1px #c9c9c9;
	clear: right;
}

#propDetShortDescCont1 p{
	text-align: justify;
	margin: 0 0 10px 0;
	font-weight: bold;
}

span.priceOrder input, span.priceOrder label{
	float: left;
	width: 50px;
}

.propDetPrintFriendlyCont{
	display: none;
/*
	width:280px;
	float:left;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	text-transform: capitalize;
	border: 1px solid #c9c9c9;
	background-color: #f1f1f1;
*/
}

.propDetPrintFriendlyCont a, #propDetFavouriteCont1 a{
	color: #000;
}

table#subtoolLinks input{
	margin: 0 0 10px 0;
}

/* This is the button at the bottom of the request a viewing page */
.submitBtn a#lnkSendBtm{
	color: #000;
	text-decoration: none;
	border: 1px dotted #c9c9c9;
	padding: 5px 10px 5px 10px;
	background-color: #f3f3f3;
	color: #898989;
	position: relative;
	top: 15px;
}

table#subtoolLinks a#LnkSend{
	color: #000;
	text-decoration: none;
	border: 1px dotted #c9c9c9;
	padding: 5px 10px 5px 10px;
	background-color: #f3f3f3;
	color: #898989;
}

.registerBody #maintoolbarBtm{
	display: none;
}	

#propDetPrintFriendlyImage{
	display: none;
}

span#propAddress{
	font-weight: bold;
	font-size: 20px;
	color: #ff6377;
}

span#propPrice{
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 0 50px;
}

span.roomHeading{
	font-weight: bold;
}

p.roomDescription{
	margin-bottom: 20px;
}

/*

Email a Friend

*/

#emailFriendContainer #PnlSendEmail{
	float: left;
	width: 100%;
}

#emailFriendContainer #propertyDetail{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

/* Styles associated with the "Your request has been sent.", important, more below */
#PnlEmailSent #subtoolbar{
	float: left;
	width: 100%;
	background-color: #e9f4da;
	border: 1px dotted #809d56;
	text-align: center;
	color: #4b5f2f;
}

/* Certain styles have to be added to the TD col */
#PnlEmailSent #subtoolbar .col2{
	padding: 10px;
	width: 700px;
}

#subtoolLinks tr{
	width: 100%;
	text-align: center;
}

#emailFriendContainer h4{
	float:left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 40px 10px 0;
}

/* Styles for left table (!) */
#emailFriendContainer .plLftCol{
	padding-right: 20px;
}

/* Image properties for the image on right */
#emailFriendContainer .plRghtCol img{
	border: 1px solid #c9c9c9;
}

#PnlSendEmail .col4 input{
	margin: 0 15px 0 15px;
}

/*

Property of the Week

*/

#powContainer{
	margin: 0px auto;
	text-align: center;
	width: 175px;
	overflow: hidden;
}

#powContainer img{
	width: 175px;
	margin: 5px 0 5px 0;
}

#powContainer #headingContainer{
	float:left;
	width: 175px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 40px 0 0;
	text-align: left;
	color: #ff6377;
	border-bottom: dotted 1px #666;
	padding-bottom: 5px;
}
#powContainer #priceContainer{
	float:left;
	width: 175px;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 40px 3px 0;
	text-align: left;
	color: #333;
}

#powContainer #mainTextContainer{
	text-align: left;
	font-size:12px;
	font-weight:normal;
	padding-top: 10px;
}

/*
Contact Me
*/

#contactMeContainer legend{
	margin: 0 0 10px 0;
	font-weight: bold;
}

#contactMeContainer #subToolBar #sendCont{
	margin: 10px 0 0 0;
}

#propFavPrintFriendlyCont{
	display: none;
}

#contactMeContainer fieldset{
	width: 150px;
	float:left;
	padding: 0 10px 0 0;
}

/* This is the right column with prop description and image */
#contactMeContainer #propContainer{
	width: 510px;
	float:left;
}

/* This is the description text, padding right to give some space between text and image */
#contactMeContainer #propertyDetail .plLftCol{
	padding: 0 20px 0 0;
}

/* The header "selected property details */
#contactMeContainer #propTitle h4{
	margin: 0 0 10px 0;
	font-weight: bold;
}

/* The property address and price */
#contactMeContainer h4{
	font-weight: bold;
	margin: 0 0 10px 0;
}

#contactMeContainer .plRghtCol #mainpic{
	border: 1px solid #c9c9c9;
}

#contactMeContainer a#LnkSend{
	color: #000;
	text-decoration: none;
	border: 1px dotted #c9c9c9;
	padding: 5px 10px 5px 10px;
	background-color: #f3f3f3;
	color: #898989;
	position: relative;
	top: 5px;
}

/*
Forms
*/

/* Need to get padding in here without it effecting bloody everything */
.requestViewingBody .weekDayStyle, 
.requestViewingBody .selectedDateStyle, 
.requestViewingBody .clearDateStyle, 
.requestViewingBody .weekendStyle, 
.requestViewingBody .dayHeaderStyle, 
.requestViewingBody .goToTodayStyle, 
.requestViewingBody .offMonthStyle, 
.requestViewingBody .todayDayStyle, 
.requestViewingBody .formels, 
.requestViewingBody .monthHeaderStyle{
	background-color: #fff;
}

.requestViewingBody .weekendStyle{
	background-color: #f1f1f1;
}

.requestViewingBody .dayHeaderStyle{
	background-color: #c8c8c8;
}

.requestViewingBody .monthHeaderStyle{
	background-color: #545454;
	color: #fff;
}

.requestViewingBody .goToTodayStyle{
	background-color: #000;
	color: #fff;
}

.requestViewingBody .offMonthStyle{
	background-color: #f7fca8;
}

/* Powering Logo */

#propDetPowLogoCont {
	clear: both;
	text-align: center;
}

#propDetPowLogoCont img{
	background-image: url('/images/poweringLogo.gif');
	background-repeat: no-repeat;
	width:111px;
	height:31px;
	margin-top: 20px;
}

/* Not on Market */

.notOnMarket{
	color: #ff324c;
	font-weight: bold;
}

/* Map Stuff */

/* mapping page styles---------------------------------------- */


/* Do Not Change These */
td#price {    font-weight:bold; }  td#powlink {    font-weight:bold; }  td#paging {     vertical-align:top;     height: 18px;     font-weight:bold; }    .select{ background-color: #ffffff; border: solid 1px #cec9c3; padding: 3px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; }  .DefaultPinOffset {position:absolute;left:0px;top:-20px;} .ActionButton {float:left; cursor:pointer; font-size:11px; font-weight:bold; color:Navy; padding:2px;} .ButtonDisabled {color: Gray;}    .ydsf { 	display: block; 	position: relative; 	margin: 4px -4px -4px 4px; 	background: url(images/shadow-grid.gif) repeat; }  /* ie6 ignores this selector */ html>body .ydsf {    height: 116px;     width: 154px; 	margin: 8px -8px -8px 8px; 	background: url(images/shadow.png) right bottom no-repeat; }  /* shadow corners */ .ydsf:before, .ydsf:after { 	content: " "; 	display: block; 	width: 8px; 	height: 8px; 	background: inherit;	 }  .ydsf:before { 	position: absolute; 	top: 0; 	right: 0; 	margin: -8px 0 0 auto; 	background-position: right top; }  .ydsf:after { 	margin: -8px 0 0 -8px; 	background-position: left bottom; }  .ydsf .inner {    border: 1px black; 	display: block; 	position: relative; 	overflow: hidden; /* prevents margin leakage from child elements */ 	left: -4px; 	top: -4px; }  /* ie6 ignores this selector */ html>body .ydsf .inner {    border: 1px black; 	left: -8px; 	top: -8px; 	margin: 0; }             /* The following control the size and styles of the main map elements */  /* The Body of the Map Page */ body#mapBody { 	margin: 0px; }  /* The "Key" heading on the search box */ .hdg{ position: absolute; left:0; top:0; width: 164px; height:12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; border-bottom: solid 1px #cec9c3; color: #333333; background-color: #FFFFFF; background-position: center right; padding-left: 5px; padding-top:  8px; padding-bottom: 8px; }  /* The outer div of the search box, including heading */ #searchBox {     display:block;     position:relative;     left:0;     top:0;     width:169px;     height:100%; }  /* The inner div of the search box, including heading */ #searchBoxInnerDiv { border: solid 1px #cec9c3; border-top: none; position: absolute; left:0; top:0; width: 100%; height:100%; color: #333333; background: #EEEEEE; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }  /* The map div */ #myMap {     position: absolute;     left:171px;     top:0;     width: 428px;     height: 335px; }
/* The toolbar along the top */ #mainToolbarContainer { 		position:absolute; 		top:0; 		left:0; 		width:600px; 		height:24px; }  /* The container around the whole map page excluding the toolbar*/ .mapPage {     position:absolute;     top:24px;     left:0;     width:599px;     height:335px;     border-top: solid 1px #cec9c3;     border-right: solid 1px #cec9c3;     border-bottom: solid 1px #cec9c3;   
}



/* Jquery Additional Styles */

#propDetDetHdr, #propDetDescHdr {
	clear: both;
	display:block;
	cursor:pointer;
	font-weight:bold;
	width:684px;
	border: 1px solid #c9c9c9;
	background-color: #f1f1f1;
	padding: 7px 0px 7px 6px;
	margin: 10px 0px 0px 0px;
}

#propDirectHeader #agentLogo {

                text-align:center;

}

#propDirectHeader #agencyDetails {

                text-align:center;

                margin: 0 0 10px 0;

}

#propDirectHeader #agencyDetails div {

                display: inline;

                margin: 0 10px 0 0;

                font-weight: bold;

                white-space: nowrap;

}

